home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / fonts.os2 / unrussia / dosfont.doc < prev    next >
Text File  |  1993-10-08  |  4KB  |  98 lines

  1. DOSFONT.DOC - How to use VGATHIN.CPI to give VGA and EGA screens
  2.               a sharp look in (native) DOS text mode.
  3.  
  4.     For PC- or MS-DOS (versions 5 & 6) only!  This file is NOT for use with
  5.     OS/2 MDOS.  Use OS2THIN.DCP for OS/2 and OS/2-MDOS (see OS2FONT.DOC).
  6.  
  7. The files included in this ZIP allow you to replace the standard VGA (or EGA)
  8. screen font with better looking characters.  Any DOS application that uses
  9. standard (80x25) text mode will appear in the new, super-sharp font.
  10.  
  11.  
  12. Installation - for PC & MS DOS (versions 5 & 6) only!
  13.  
  14. 1) Copy the VGATHIN.CPI file to your DOS directory, or wherever your
  15.     DOS *.CPI files reside.  You may need to modify the path (C:\DOS\) in
  16.     some of the lines below.
  17.  
  18. 2) Add the following lines to your DOS CONFIG.SYS:
  19.  
  20.         DEVICE=C:\DOS\DISPLAY.SYS CON=(EGA,437,1)
  21.         COUNTRY=001,437,C:\DOS\COUNTRY.SYS
  22.         INSTALL=C:\DOS\NLSFUNC.EXE
  23.  
  24. 3) Add the following lines to your DOS AUTOEXEC.BAT:
  25.  
  26.         C:\DOS\MODE CON CP PREP=((437) C:\DOS\VGATHIN.CPI)
  27.         CHCP 437
  28.         C:\DOS\MODE CO80
  29.  
  30. 4) Reboot your system. Once the new font is loaded, view the CHARS.TXT
  31.     file to see the characters in the new active font. NOTE: a few control
  32.     characters are omitted from CHARS.TXT (tab, return, Ctrl-Z, etc.);
  33.     however, VGATHIN.CPI redefines ALL 256 characters.
  34.  
  35. 5) If you wish, you can now switch between the various screen fonts.
  36.     I have included several batch files to demonstrate how to do this.
  37.  
  38.  
  39. Some notes about VGATHIN.CPI -
  40.  
  41. 1) These fonts are for text mode only. Switching to graphics mode, or even
  42.     to a non-standard text mode screen (for instance, 132x25) will inhibit
  43.     the font. It will still be active when you return to 80x25 mode. I have
  44.     tested it under WordPerfect, Norton Utilities, the DOS Shell (5 & 6),
  45.     (etc.); but it should work for any DOS text mode application.
  46.  
  47. 2) The example lines assume a U.S. user and the standard code page (437).
  48.     The standard US code page (437) and the most common international code
  49.     page (850) are the only ones redefined in VGATHIN.CPI.  Other code
  50.     pages may be added if interest warrants.  Users wishing to select a
  51.     different country or the international code page (850) will need to make
  52.     appropriate changes in the lines added to AUTOEXEC.BAT & CONFIG.SYS.
  53.  
  54. 3) Using the .CPI file requires 11 KB of memory.  If you have an EMS memory
  55.     manager (EMM386, QEMM, etc.) you can use DEVICEHIGH and LOADHIGH; this
  56.     will reduce conventional memory usage to zero.
  57.  
  58. 4) This is for native DOS only - it has been tested under versions 5.0 and
  59.     6.0 (users with earlier versions should upgrade to IBM PC-DOS 6.1 or
  60.     MS-DOS 5.0).
  61.  
  62.  
  63. Files included in this ZIP file:
  64.  
  65.     VGATHIN.CPI - Modified EGA/VGA screen font for code pages 437 & 850
  66.     CHARS.TXT   - ASCII table to view the character set (any code page)
  67.     NEW437.BAT  - Switch to the new (thin) standard font
  68.     NEW850.BAT  - Switch to the new (thin) international font
  69.     OLD437.BAT  - Switch to the old (thick) standard font
  70.     OLD850.BAT  - Switch to the old (thick) international font
  71.     DOSFONT.DOC - This file
  72.  
  73.     OS2THIN.DCP - Modified OS/2 screen fonts
  74.     OS2FONT.DOC - How to use OS2THIN.DCP for OS/2 2.1 & OS/2-MDOS
  75.  
  76.  
  77. Please direct suggestions or comments to Michael Kilby,
  78.     c/o the OS/2 Shareware BBS - 703-385-4325
  79.  
  80.  
  81. Disclaimer:
  82.  
  83.     This VGATHIN.CPI file is distributed as a shareware modification to the
  84.     standard MS-DOS EGA.CPI file. It does not give you a license to EGA.CPI
  85.     unless you already own a legal copy of DOS. The author retains copyright
  86.     to the new, modified fonts.
  87.  
  88.     The author assumes no liability for problems associated with using
  89.     this .CPI file. It has been thoroughly tested, but any problems you
  90.     may encounter are your responsibility.
  91.  
  92.     OS/2, MDOS, and PC-DOS are trademarks of IBM.
  93.     QEMM is a trademark of QuarterDeck, Inc.
  94.     WordPerfect is a trademark of WordPerfect Corp.
  95.     Norton Utilities is a trademark of Symantec.
  96.     MS-DOS is a trademark of Microsoft Corporation.
  97.  
  98.